.cssbuttonstoggler{ /*style for DIV used to contain toggler links. */
	width: 782px;
	text-align: center;
	padding: 0px;
	float: left;
	z-index: 10;
	position: absolute;
	height: 75px;
	margin-top: 145px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 46px;
}
.cssbuttonstoggler a{ /*style for every navigational link within toggler */
	color: #494949;
	display: block;
	float: left;
	font: normal 13px Arial; /* Change 12px as desired */
	line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 23px; /* Width of left menu image */
	text-decoration: none;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.cssbuttonstoggler a span{
	display: block;
	margin: 0px;
	padding: 0px;
}
.cssbuttonstoggler a.selected, .cssbuttonstoggler a:hover{ /*style for selected and hover page's toggler link. ".selected" class auto generated! */
background-position: bottom left;
outline:0;
}
.cssbuttonstoggler a.selected span, .cssbuttonstoggler a:hover span{ /*style for selected and hover page's toggler link. ".selected" class auto generated! */
background-position: bottom right;
color: black;
outline:0;
}
.cssbuttonstoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */

}
.cssbuttonstoggler a.prev, .glidecontenttoggler-2 a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	background-image: url(img/atras.jpg);
	height: 72px;
	background-repeat: no-repeat;
	display: block;
	width: 34px;
	text-indent: -5000px;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	color: #040500;
	outline:0;
}
.cssbuttonstoggler a.prev:hover, .glidecontenttoggler-2 a.next:hover{
	background-image: url(img/atras_hover.jpg);
	background-repeat: no-repeat;
	height: 72px;
	display: block;
	outline:0;
}
.cssbuttonstoggler a.next, .glidecontenttoggler-2 a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	background-image: url(img/alante.jpg);
	height: 72px;
	background-repeat: no-repeat;
	display: block;
	width: 34px;
	text-indent: -10000px;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	color: #040500;
	outline:0;

}

.cssbuttonstoggler a.next:hover, .glidecontenttoggler-2 a.next:hover{
	background-image: url(img/alante_hover.jpg);
	background-repeat: no-repeat;
	height: 72px;
	display: block;
	outline:0;
}
.izq {
	float: left;
}
.drch {
	float: right;
}
.noborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
